-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Rename MCO bootstrap presubmit and set it to always run #23020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename MCO bootstrap presubmit and set it to always run #23020
Conversation
|
Given that we have 18 checks running on every PR - I'd much rather we get some runs in manually as opposed to having this auto-run on every PR and adding another. Adding a hold to collect some runs and evaluate the status of the test. /hold |
|
I know this is not the right place to bring this, but when I was manually typing to run this test on a PR I realized that test name is not consistent with others in our repo. |
I think this particular test should be pretty safe. It is not a e2e test in the sense that it actually has a running fully-formed cluster, so the chances of it being flaky (like platform tests) should be much lower.
On the same vein, maybe this is better framed as a "bootstrap unit test"? |
Agreed, I don't think there's really a need to not have this run, as it is more of a unit test and should not be flaky.
This makes a lot of sense |
16e8c88 to
07f7798
Compare
|
Thanks Joel for updating the test name. |
kikisdeliveryservice
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/hold cancel
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed, kikisdeliveryservice The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@JoelSpeed: Updated the following 4 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Weird somehow my approval added a lgtm? Seems fine it merged, but v weird. |
I have noticed this as well lot of time for release repo. |
Reverts #22940
Now that the PR to introduce the test is merged, we should make sure we are gathering the output on future PRs.
CC @kikisdeliveryservice @sinnykumari @yuqi-zhang